ComponentOne Data Source for Entity Framework
C1.Data.Design Namespace / DerivedTypeTypeConverter<T> Class / ConvertToInvariantString Method / ConvertToInvariantString(ITypeDescriptorContext,Object) Method

In This Topic
    ConvertToInvariantString(ITypeDescriptorContext,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function ConvertToInvariantString( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext, _
       ByVal value As System.Object _
    ) As System.String
    public System.string ConvertToInvariantString( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.object value
    )

    Parameters

    context
    value
    See Also